Update dependency org.springframework.kafka:spring-kafka to v2 - autoclosed #572
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.3.RELEASE
->2.0.0.M1
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
spring-projects/spring-kafka
v1.3.11.RELEASE
Change log:
3d76427
Ugrade Gradle, Spring, Retry versionsc9443ee
Prevent KafkaEmbedded exiting the JVM7b492f5
GH-1441: Close producer after fatal send error8599625
GH-1437: Check for immediate failure on send3d04b59
Upgrade to Kafka 0.11.0.372f89a2
Fix manual acks with transactionsbadcb8a
GH-1414: ConcurrentMLC Fix ConcurrentModification7f1268d
Fix local variable name902e9b3
GH-1283: Unique client.id for each producer54d83f3
Polishing for previous commit678a21b
GH-1196: Use close(Duration) instead of close()v1.3.10.RELEASE
Change log:
b99716c
Upgrade to Spring Framework 4.3.25, retry 1.2.456f43a8
GH-1168: Fix sendOffsets in local transaction8451480
Remove@Nullable
: it can't be at this version03f1461
GH-1145: Backport NPE Fix55a3fd5
GH-1134: Fixstop(Runnable)
usage6331d89
Fix close producers after a rebalance73e71e5
Fix URL to SI Idempotent Receiverc6a22f5
URL Cleanup09cda40
URL Cleanup84f6267
URL Cleanupc0e9eee
URL Cleanupv1.3.9.RELEASE
Change log:
209222b
Upgrade Spring Framework to 4.3.221555ea4
Upgrade Jackson version0a140eb
GH-908: Don't cache dedicated consumer producers9e3bd8c
Process errorHandler in class level KafkaListenerd9248b6
GH-900: Use correct txId for initial commitv1.3.8.RELEASE
Change log:
c9ffc7a
Upgrade to SF-4.3.20be0cb65
GH-881: Null check in closeProducers()c2a125d
GH-842: Fix NPEs in KafkaListenerAnnotationBPP (#864)a50a2a9
GH-859: Fix nested transactions9c9a200
GH-834: Remove transactional producers7517916
GH-804: EmbedKafkaCtxCustom add hashCode & equalsv1.3.7.RELEASE
Change log:
b17c530
GH-800: Fix Zombie Fencing48caf23
Doc: Partition Assignmentf99c74a
GH-777: Reset running on stop()452814c
GH-774: Rethrow e in KT.executeInTransaction()2daa46c
Doc fixesv1.3.6.RELEASE
Change log:
dc466ad
Upgrade dependency versions542c801
GH-753: Close transactional producer on error4811ea8
GH-686: Handle tombstones in Json Ser/Deser2472224
GH-690: Propagate AfterRollbackProcessor to child1558d29
Add licence and notice to all artifacts6689bbb
GH-683: Fix Transactions with ErrorHandler0e90111
Doc 1.0.x client overridev1.3.5.RELEASE
Change Log:
0a27d14
Upgrade kafka-clients to 0.11.0.27793c0b
Upgrade to SF 4.3.17010c3e8
GH-661: Close Producer after beginTransaction faile826a58
GH-656: Fix seek on rollback877fd6a
KBGH-356: Fix thread naming with no bean name1e55d7d
GH-646: Avoid sync when no transaction79510ec
GH-646: Transaction Improvementsv1.3.4.RELEASE
Change log:
ebbe5f0
Fix KafkaMesListenerContTests for proper mocks4c5399d
GH-637: Fix spurious nonresponsive consumer events6943d5f
Change log-compaction url398967f
Fix KafkaMessageListenerContainerTests8a83135
Fix KafkaMessageListenerContainerTestse7e6c9d
GH-623: Fix AckMode.COUNT5e877a8
GH-566: Ack Concurrency Issue